All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.clocks.TimeJumpCallBack
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.clocks.QTCallBack
|
+----quicktime.std.clocks.TimeJumpCallBack
- public abstract class TimeJumpCallBack
- extends QTCallBack
Provides scheduled operations when a program's abruptly changes the time value of the callback time base.
Refer to QTCallBack in QuickTime
-
TimeJumpCallBack(TimeBase)
- This allows your application to obtain a new callback.
-
callMeWhen()
- Specifies the time when the callback sholud be called.
TimeJumpCallBack
public TimeJumpCallBack(TimeBase tb) throws QTException
- This allows your application to obtain a new callback.
QuickTime::NewCallBack()
- Parameters:
- tb - the time base that the callback is attached too.
callMeWhen
public final void callMeWhen() throws StdQTException
- Specifies the time when the callback sholud be called.
Should set flags that specify certain scheduling information before calling this function
QuickTime::CallMeWhen
- Overrides:
- callMeWhen in class QTCallBack
All Packages Class Hierarchy This Package Previous Next Index